ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / GetClusterMetrics Method / GetClusterMetrics(ClusterMetrics[],Int32,Int32) Method

In This Topic
    GetClusterMetrics(ClusterMetrics[],Int32,Int32) Method
    In This Topic
    HRESULT IDWriteTextLayout::GetClusterMetrics([Out, Buffer, Optional] DWRITE_CLUSTER_METRICS* clusterMetrics,[In] unsigned int maxClusterCount,[Out] unsigned int* actualClusterCount)
    Syntax
    'Declaration
     
    Public Overloads Function GetClusterMetrics( _
       ByVal clusterMetrics() As ClusterMetrics, _
       ByVal maxClusterCount As Integer, _
       ByRef actualClusterCount As Integer _
    ) As HResult
    public HResult GetClusterMetrics( 
       ClusterMetrics[] clusterMetrics,
       int maxClusterCount,
       out int actualClusterCount
    )

    Parameters

    clusterMetrics
    maxClusterCount
    actualClusterCount
    See Also